<xs:complexType name="PurchaseType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:annotation> <xs:documentation>The information about a purchase.</xs:documentation> </xs:annotation> <xs:all> <xs:element name="Quantity" type="QuantityType" maxOccurs="1" minOccurs="0" /> <xs:element name="DatePurchased" type="DatePurchasedType" maxOccurs="1" minOccurs="0" /> <xs:element name="Cost" type="CostType" maxOccurs="1" minOccurs="0" /> <xs:element name="Supplier" type="SupplierType" maxOccurs="1" minOccurs="0" /> <xs:element name="FulfillmentSource" type="FulfillmentSourceType" maxOccurs="1" minOccurs="0" /> <xs:element name="PONumber" type="PONumberType" maxOccurs="1" minOccurs="0" /> <xs:element name="InvoiceNumber" type="InvoiceNumberType" maxOccurs="1" minOccurs="0" /> <xs:element name="ShopifyLocation" type="ShopifyLocationType" maxOccurs="1" minOccurs="0" /> </xs:all> </xs:complexType>
© 2022 All Rights Reserved.